home *** CD-ROM | disk | FTP | other *** search
/ WWW Studio 2004 / WWW Studio.iso / Programy / Shareware / waver.exe / {app} / languages / English.language < prev    next >
Encoding:
Text File  |  2003-03-03  |  19.9 KB  |  651 lines

  1. ; ##########################################################
  2. ; This is an English version of the language file. If you
  3. ; intend to write a translation to your own language please
  4. ; use this English original as a starting point. Find the
  5. ; guidelines below.
  6. ;
  7. ; All language files have the form of INI files. They reside
  8. ; in "languages" folder in Waver installation folder.
  9. ; Language files need to have a ".language" extension. The
  10. ; file only needs to reside in the "languages" folder in
  11. ; order to be recognized and used. You need not do anything
  12. ; special.
  13. ;
  14. ; Please use the context of the words and sentences to
  15. ; determine the appropriate translation to your own language.
  16. ; Please name your language file appropriately (e.g. "English
  17. ; - UK", "Portuguese (Brasil)", etc).
  18. ;
  19. ; When you have extensively tested and debugged your
  20. ; translation, if you wish you may submit it to me for
  21. ; inclusion in the next Waver releases. I will grant a free
  22. ; license to any person that sends me a translation to a new
  23. ; language (author@waver-converter.com).
  24. ;
  25. ; GENERAL GUIDELINES:
  26. ;
  27. ; * NEVER translate content in square brackets [] if an
  28. ;   openning square bracket appears at the beginning of the
  29. ;   line. This type of line signifies a SECTION in an INI
  30. ;   file and should NEVER be changed. All other text
  31. ;   appearing between sqare brackets (if any) should be
  32. ;   translated normally.
  33. ; * You SHOULD translate all text that follows a number and
  34. ;   an "equals" sign "=". Normally, there is a certain
  35. ;   amount of whitespace between "=" sign and the beginning
  36. ;   of the text. It is there only for cosmetic reasons.
  37. ;   Everthing else up to the end of the line SHOULD be
  38. ;   translated.
  39. ; * Above each line that is to be translated there is an
  40. ;   internal ID that is (hopefully) descriptive enough to
  41. ;   help the translator determine the context of the word or
  42. ;   a sentence.
  43. ; * You can do only a partial translation and then run Waver
  44. ;   to see your work in action. Just keep the file in the
  45. ;   "languages" folder and make sure it has a ".language"
  46. ;   extension. You do not even need to restart Waver. Just
  47. ;   switch the language to some other and then switch back
  48. ;   to yours. Your translated strings will be reloaded.
  49. ; * Make sure that you DON'T REMOVE any of the lines of
  50. ;   either the original or the translation. Waver will work
  51. ;   even without a single language file or some missing
  52. ;   lines, but just for the sake of completeness leave all
  53. ;   the lines present even if some of them don't need
  54. ;   translation.
  55. ; * If you encounter some text that you find hard to
  56. ;   understand, leave it be. For instance, you will often
  57. ;   find something like "%s" or "%d" or "\n" or many of
  58. ;   those mixed together with "normal" text. You need to
  59. ;   leave them alone and just translate the text that lies
  60. ;   between those special characters. NEVER change them or
  61. ;   REMOVE them as their presence is essential. If they weren't
  62. ;   necessary they wouldn't be there in the first place.
  63. ; * You are free to add whateever text you wish at the
  64. ;   beginning of the file in the same or similar manner as
  65. ;   this very text you are reading. You may add your name
  66. ;   and contact details if you wish as well as the
  67. ;   translation date and any other details you wish to
  68. ;   disclose and advertise. (See below)
  69. ;
  70. ; ##########################################################
  71. ;
  72. ; Author: Aleksandar Puskas
  73. ; E-mail: gunsh@waver-converter.com
  74. ; Translation
  75. ; Date  : 01. December 2001.
  76. ;
  77.  
  78. [language]
  79. name=English
  80. langid=0409
  81. flag=UnitedKingdom.bmp
  82.  
  83. [waver - strings]
  84.     ;ID_START
  85. 32773=        Start conversion\nStart conversion
  86.     ;ID_PAUSE
  87. 32774=        Pause conversion\nPause conversion
  88.     ;ID_STOP
  89. 32775=        Stop conversion\nStop conversion
  90.     ;ID_ADD
  91. 32777=        Add files to project\nAdd files
  92.     ;ID_REMOVE
  93. 32778=        Remove selected files from project\nRemove files
  94.     ;ID_ADD_DIRECTORY
  95. 32780=        Add directory to project\nAdd directory
  96.     ;ID_PROPERTIES
  97. 32781=        Edit program wide preferences\nPreferences
  98.     ;ID_FILE_PROPERTIES
  99. 32782=        Edit properties for selected files\nEdit file properties
  100.     ;ID_MAIN_WINDOW
  101. 32783=        Show main window\nShow main window
  102.     ;ID_LOG_WINDOW
  103. 32784=        Show log window\nShow log window
  104.     ;ID_SELECT_ALL
  105. 32788=        Select all files
  106.     ;ID_STOP_SEARCH
  107. 32791=        Stop current search\nStop search
  108.     ;ID_CLEAR_LOG
  109. 32792=        Clear log window\nClear log
  110.     ;ID_VIEW_TOOLBAR
  111. 59392=        Show or hide the toolbar\nToggle ToolBar
  112.     ;ID_VIEW_STATUS_BAR
  113. 59393=        Show or hide the status bar\nToggle StatusBar
  114.     ;IDS_NORCOM_CODEC
  115. 40000=        Sorry but this codec cannot be used!\n\nOnly a special Norcom version of Waver supports this codec!\n[This behaviour is by design.]
  116.     ;IDS_FILE_DIALOG_FILE_TYPES
  117. 40001=        Wave files (*.WAV)|*.wav|MPEG Layer-3 files (*.MP3)|*.MP3|All Files (*.*)|*.*||
  118.     ;IDS_FILE_DIALOG_TITLE
  119. 40002=        Select files to convert...
  120.     ;IDS_BLADE_PROPERTIES_INVALID_LAME_FORMAT
  121. 40003=        The chosen LAME format is not valid! Please choose a valid format and the press OK!
  122.     ;IDS_BLADE_PROPERTIES_OK
  123. 40004=        OK
  124.     ;IDS_BLADE_PROPERTIES_INVALID_LAME_FORMAT_2
  125. 40005=        Chosen LAME format is invalid!
  126.     ;IDS_INTERNAL_ERROR
  127. 40006=        Internal Error #%d
  128.     ;IDS_CONVERSION_IN_PROGRESS_TITLE
  129. 40007=        Exit?
  130.     ;IDS_CONVERSION_IN_PROGRESS_BODY
  131. 40008=        Conversion operation is in progress! Are you sure you want to exit and terminate it?
  132.     ;IDS_YES
  133. 40009=        &Yes
  134.     ;IDS_NO
  135. 40010=        &No
  136.     ;IDS_FOLDER_DIALOG_CURRENT_SELECTION
  137. 40011=        Current Selection
  138.     ;IDS_LOG_VIEW_TIME
  139. 40012=        Time
  140.     ;IDS_LOG_VIEW_MESSAGE
  141. 40013=        Message
  142.     ;IDS_LOG_VIEW_TOOLTIP1
  143. 40014=        Double-click on entries with a note icon\nin order to PLAY the converted sound.\nDouble-click on any other to STOP.
  144.     ;IDS_LOG_VIEW_TOOLTIP2
  145. 40015=        Double-click on this type of log entry\r\nin order to PLAY the converted sound.
  146.     ;IDS_LOG_VIEW_TOOLTIP3
  147. 40016=        Double-click on this type of log entry\r\nin order to STOP playing the sound.
  148.     ;IDS_MAIN_FRAME_NEW_VERSION
  149. 40017=        There is a new version %.3g! Would you like your browser to be pointed to a Waver download page?
  150.     ;IDS_MAIN_FRAME_VERSION_UP_TO_DATE
  151. 40018=        Your Waver version is up-to-date!
  152.     ;IDS_MAIN_FRAME_ERROR_CONNECTING_TO_SERVER
  153. 40019=        An error occured while connecting to Waver server!\nPlease make sure you are connected to the internet\nor try again later.
  154.     ;IDS_MAIN_FRAME_THANK_YOU
  155. 40020=        Thank you for registering!\n\n\n\nIf you entered the registration information properly it will be accepted once you restart Waver!
  156.     ;IDS_MAIN_FRAME_BUY_NOW_REDIRECTION
  157. 40050=        You are about to be redirected to a secure information and purchase page. Do you want to continue?
  158.     ;IDS_PROPERTIESTAB_LOGGING_FILTER
  159. 40021=        All files (*.*)|*.*||
  160.     ;IDS_PROPERTIESTAB_LOGGING_TITLE
  161. 40022=        Choose a log filename...
  162.     ;IDS_WAVER_TRIAL_PERIOD
  163. 40023=        This is your first time using this program. Waver is shareware with a 30-day trial period. After this period is over, you are encouraged to register your copy. If you want you can register before the trial period is over.\r\n\r\nThis is a one time notice. You won't be seeing this in the future.
  164.     ;IDS_N_A
  165. 40024=        N/A
  166.     ;IDS_WAVERVIEW_FILES_ALREADY_ADDED
  167. 40025=        One or more files already added!
  168.     ;IDS_WAVERVIEW_OBJECTS_SELECTED
  169. 40026=        %lu object(s) selected.
  170.     ;IDS_WAVERVIEW_REMOVE_FILES
  171. 40027=        Are you sure you want to remove %lu file(s) from being converted?
  172.     ;IDS_WAVERVIEW_REMOVE_FILES_TITLE
  173. 40028=        Remove files?
  174.     ;IDS_WAVERVIEW_WORKING
  175. 40029=        <working>
  176.     ;IDS_WAVERVIEW_HEADER_FILE
  177. 40030=        File
  178.     ;IDS_WAVERVIEW_HEADER_DIRECTORY
  179. 40031=        Directory
  180.     ;IDS_WAVERVIEW_HEADER_INPUT_FORMAT
  181. 40032=        Input format
  182.     ;IDS_WAVERVIEW_HEADER_OUTPUT_FORMAT
  183. 40033=        Output format
  184.     ;IDS_WAVERVIEW_HEADER_OUTPUT_DIRECTORY
  185. 40034=        Output directory
  186.     ;IDS_WAVERVIEW_STARTING_CONVERSION
  187. 40035=        Starting conversion...
  188.     ;IDS_WAVERVIEW_FOUND_PROCESSORS
  189. 40036=        Found %u processor(s) in the system...
  190.     ;IDS_WAVERVIEW_CONVERTING
  191. 40037=        Converting...
  192.     ;IDS_WAVERVIEW_USER_ABORTED
  193. 40038=        *** USER ABORTED!!!
  194.     ;IDS_WAVERVIEW_COULD_NOT_DELETE
  195. 40039=        Could not delete file '%s'!
  196.     ;IDS_WAVERVIEW_COULD_NOT_CHANGE_ATTR
  197. 40040=        Could not change attributes to file '%s'!
  198.     ;IDS_WAVERVIEW_COULD_NOT_MOVE
  199. 40041=        Could not move file '%s' to file '%s'!
  200.     ;IDS_WAVERVIEW_SUCCESS_ON_SOURCE
  201. 40042=        Success on source '%s'
  202.     ;IDS_WAVERVIEW_DBLCLICK_TO_PLAY
  203. 40043=        Double-click to play the file '%s'
  204.     ;IDS_WAVERVIEW_FINISHED
  205. 40044=        Finished.
  206.     ;IDS_WAVERVIEW_TOOLTIP
  207. 40045=        Input format: %s\r\nOutput format: %s\r\nFile length: %d
  208.     ;IDS_WAVERVIEW_PREFERENCES_TITLE
  209. 40046=        Preferences
  210.     ;IDS_WAVERVIEW_INTERNAL_ERROR
  211. 40047=        INTERNAL ERROR (%d)!
  212.     ;IDS_WAVERVIEW_INTERNAL_ERROR_2
  213. 40048=        INTERNAL ERROR #2 [%d]!
  214.     ;AFX_IDS_IDLEMESSAGE
  215. 57345=        Status messages
  216.     ;ID_APP_ABOUT
  217. 57664=        Display program information, version number and copyright\nAbout
  218.     ;ID_APP_EXIT
  219. 57665=        Quit the application\nExit
  220.     ;ID_HELP_INDEX
  221. 57666=        Opens Help\nHelp Topics
  222.     ;IDS_CURRENT_BYTES
  223. 160=        Current byte count
  224.     ;IDS_TOTAL_BYTES
  225. 161=        Total byte count
  226.     ;IDS_ELAPSED_TIME
  227. 162=        Elapsed time
  228.     ;IDS_ESTIMATED_TIME
  229. 163=        Estimated time
  230.     ;IDS_THROUGHPUT
  231. 164=        Throughput
  232.     ;IDS_MAIN_FRAME_CLICK_TO_RESTORE
  233. 57346=        Waver is minimzed. Click to restore.
  234.  
  235. ; IDR_MAINFRAME
  236. [waver - menu 128]
  237.     ;POPUP
  238. 1p=        &File
  239.     ;ID_APP_EXIT
  240. 0xe141=        E&xit
  241.     ;POPUP
  242. 2p=        &Edit
  243.     ;ID_PROPERTIES
  244. 32781=        &Preferences
  245.     ;ID_SELECT_ALL
  246. 32788=        &Select All\tCtrl+A
  247.     ;ID_INVERT_SELECTION
  248. 32812=        Invert Selection\tCtrl+I
  249.     ;ID_FILE_PROPERTIES
  250. 32782=        &Edit File Properties\tReturn
  251.     ;POPUP
  252. 3p=        &View
  253.     ;ID_VIEW_TOOLBAR
  254. 59392=        &View
  255.     ;ID_VIEW_WINDOWS_TOOLBAR
  256. 0xe803=        &Windows ToolBar
  257.     ;ID_VIEW_STATUS_BAR
  258. 59393=        &Status Bar
  259.     ;POPUP
  260. 4p=        &Action
  261.     ;ID_START
  262. 32773=        &Start\tCtrl+S
  263.     ;ID_STOP
  264. 32775=        S&top\tCtrl+T
  265.     ;ID_PAUSE
  266. 32774=        &Pause\tCtrl+P
  267.     ;ID_ADD
  268. 32777=        &Add File(s)\tCtrl+F
  269.     ;ID_ADD_DIRECTORY
  270. 32780=        Add &Directory\tCtrl+D
  271.     ;ID_STOP_SEARCH
  272. 32791=        Sto&p Search\tCtrl+H
  273.     ;ID_REMOVE
  274. 32778=        &Remove File(s)\tDel
  275.     ;POPUP
  276. 5p=        &Windows
  277.     ;ID_MAIN_WINDOW
  278. 32783=        Main\tCtrl+M
  279.     ;ID_LOG_WINDOW
  280. 32784=        Log\tCtrl+L
  281.     ;POPUP
  282. 6p=        &Help
  283.     ;ID_HELP_FINDER
  284. 0xe143=        &Help Topics
  285.     ;ID_WHATS_NEW
  286. 32805=        &What's New?
  287.     ;ID_ORDER_INFO
  288. 32790=        &Order Info
  289.     ;ID_WAVER_ON_THE_NET
  290. 32806=        Waver on the &Net\t(WEB)
  291.     ;ID_CHECK_FOR_NEW_VERSION
  292. 32807=        &Check for New Version \t(WEB)
  293.     ;ID_FAQ
  294. 32815=        FAQ - Frequently Asked Questions\t(WEB)
  295.     ;ID_REGISTER
  296. 32813=        &Register Waver
  297.     ;ID_APP_ABOUT
  298. 57664=        &About Waver...
  299.  
  300. ;IDR_CONTEXT_MENU
  301. [waver - menu 140]
  302.     ;POPUP
  303. 1p=        xxx
  304.     ;ID_ADD
  305. 32777=        &Add file(s)\tCtrl+F
  306.     ;ID_ADD_DIRECTORY
  307. 32780=        Add &directory\tCtrl+D
  308.     ;ID_REMOVE
  309. 32778=        &Remove file(s)\tDel
  310.     ;ID_SELECT_ALL
  311. 32788=        &Select All\tCtrl+A
  312.     ;ID_INVERT_SELECTION
  313. 32812=        Invert Selection\tCtrl+I
  314.     ;ID_FILE_PROPERTIES
  315. 32782=        Properties\tReturn
  316.  
  317. [waver - About Dialog]
  318. Title=        About Waver
  319.     ;IDC_WAVER_VERSION
  320. 1063=        Waver version
  321.     ;IDC_REGISTERED_TO
  322. 1064=        Registered to:
  323.  
  324. [waver - AddDirectory Dialog]
  325. Title=        Add directory contents...
  326.     ;IDC_STATIC_DESCRIPTION
  327. 1065=        Add the specified directory's content to the list of files that are to be converted.
  328.     ;IDC_ADC_BROWSE_SOURCE
  329. 1001=        Browse
  330.     ;IDC_STATIC_FILE_EXTENSION
  331. 1067=        File extension:
  332.     ;IDC_ADC_FILE_EXTENSION
  333. 1002.1=        .wav (WAVE Files)
  334. 1002.2=        .* (All Files)
  335. 1002.3=        .mp3 (MPEG Layer 3)
  336.     ;IDC_ADC_RECURSE_DIRECTORY
  337. 1003=        Include subfolders
  338.     ;IDC_ADC_WARN_DUPLICATE_ENTRIES
  339. 1004=        Warn if added file(s) exist
  340.     ;IDC_STATIC_SOURCE_DIRECTORY
  341. 1066=        Source directory:
  342.     ;IDC_ADC_OVERWRITE_SOURCE_FILE
  343. 1005=        Same as source (if file type is the same, file is overwritten)
  344.     ;IDC_ADC_SPECIFY_DESTINATION_DIRECTORY
  345. 1006=        Write files to the destination directory
  346.     ;IDC_ADC_BROWSE_DESTINATION
  347. 1008=        Browse
  348.     ;IDC_STATIC_DESTINATION_DIRECTORY
  349. 1068=        Destination directory:
  350.     ;IDC_ADC_CHOOSE_FORMAT
  351. 1009=        Windows codec
  352.     ;IDC_ADC_CHOOSE_FORMAT_BLADE
  353. 1011=        MP3
  354.     ;IDC_STATIC_DESTINATION_AUDIO_FORMAT
  355. 1069=        Destination audio format:
  356.     ;IDOK
  357. 1 =        Add files
  358.     ;IDCANCEL
  359. 2=        Cancel
  360.     ;IDC_STATIC_CHOOSE_FORMAT
  361. 1070=        Choose format:
  362.     ;IDC_ADC_ERASE_SOURCE_FILES
  363. 1096=        Erase source file(s)
  364.  
  365. [waver - BladeProperties Dialog]
  366. Title=        MP3 encoder properties:
  367.     ;IDC_STATIC_BITRATE
  368. 1070=        Bit rate (kbps):
  369.     ;IDC_BPD_BIT_RATE
  370. 1304.1=        32
  371. 1304.2=        40
  372. 1304.3=        48
  373. 1304.4=        56
  374. 1304.5=        64
  375. 1304.6=        80
  376. 1304.7=        96
  377. 1304.8=        112
  378. 1304.9=        128
  379. 1304.10=    160
  380. 1304.11=    192
  381. 1304.12=    224
  382. 1304.13=    256
  383. 1304.14=    320
  384.     ;IDC_STATIC_SAMPLERATE
  385. 1072=        Sample rate (Hz):
  386.     ;IDC_BPD_SAMPLE_RATE
  387. 1305.1=        32000
  388. 1305.2=        44100
  389. 1305.3=        48000
  390.     ;IDC_STATIC_NOF_CHANNELS
  391. 1073=        Number of channels:
  392.     ;IDC_BPD_MONO
  393. 1306=        Mono
  394.     ;IDC_BPD_STEREO
  395. 1307=        Stereo
  396.     ;IDC_BPD_PRIVATE
  397. 1040=        Private
  398.     ;IDC_BPD_CRC
  399. 1041=        CRC
  400.     ;IDC_BPD_COPYRIGHT
  401. 1042=        Copyright
  402.     ;IDC_BPD_ORIGINAL
  403. 1043=        Original
  404.     ;IDC_STATIC_MP3_BITS
  405. 1074=        MP3 bits:
  406.     ;IDC_BPD_STORE_AS_WAV
  407. 1051=        Store in WAV format
  408.     ;IDC_BPD_STORE_AS_MP3
  409. 1052=        Store in MP3 format
  410.     ;IDC_STATIC_FILE_FORMAT
  411. 1075=        File format:
  412.     ;IDC_STATIC_VBR_QUALITY
  413. 1076=        VBR Quality:
  414.     ;IDC_STATIC_MPEG_QUALITY
  415. 1077=        MPEG Quality:
  416.     ;IDC_BPD_MPEG_QUALITY
  417. 1047.1=        Normal
  418. 1047.2=        Low
  419. 1047.3=        High
  420. 1047.4=        Voice
  421.     ;IDC_BPD_USE_VBR
  422. 1044=        Use variable bit rate (VBR):
  423.     ;IDOK
  424. 1=        OK
  425.     ;IDCANCEL
  426. 2=        Cancel
  427.     ;IDC_STATIC_FORMAT_VALIDITY
  428. 1078=        Format validity:
  429.  
  430. [waver - ConfigProgress Dialog]
  431. Title=        LAME Encoder Configuration Progress
  432.     ;IDC_STATIC_DESCRIPTION
  433. 1065=        This dialog will apear only once after each new version of LAME encoder (lame_enc.dll) is installed in the system. Please wait a few seconds to test LAME capabilities.
  434.  
  435. [waver - FileOpenExtension Dialog]
  436.     ;IDC_AFD_CHOOSE_FORMAT_BLADE
  437. 1204=        MP3
  438.     ;IDC_AFD_CHOOSE_FORMAT
  439. 1200=        Windows codec
  440.     ;IDC_STATIC_DESTINATION_AUDIO_FORMAT
  441. 1069=        Destination audio format:
  442.     ;IDC_AFD_WARN_DUPLICATE_ENTRIES
  443. 1201=        Warn if added file(s) exist
  444.     ;IDC_AFD_OVERWRITE_SOURCE_FILE
  445. 1202=        Same as source (if file type is the same, file is overwritten)
  446.     ;IDC_AFD_SPECIFY_DESTINATION_DIRECTORY
  447. 1203=        Write files to the destination directory
  448.     ;IDC_AFD_BROWSE
  449. 1205=        Browse
  450.     ;IDC_STATIC_DESTINATION_DIRECTORY
  451. 1068=        Destination directory:
  452.     ;IDC_STATIC_CHOOSE_FORMAT
  453. 1070=        Choose format:
  454.     ;IDC_AFD_ERASE_SOURCE_FILES
  455. 1097=        Erase source file(s)
  456.  
  457. [waver - Message Dialog]
  458.     ;IDOK
  459. 1=        OK
  460.     ;IDCANCEL
  461. 2=        Cancel
  462.  
  463. [waver - MP3 Decoding Problem Dialog]
  464. Title=        MP3 decoding problem!!!
  465.     ;IDC_DONT_SHOW
  466. 1060.1=        I am not interested in MP3 decoding. Don't show this dialog again!
  467. 1060.2        I will not download it now. Please remind me again next time!
  468.     ;IDOK
  469. 1=        OK
  470.     ;IDC_STATIC_TEXT_1
  471. 1078=        Waver has detected that REAL MP3 file decoding is not supported. In order to enable this feature you need to install Fraunhofer MP3 codec.
  472.     ;IDC_STATIC_TEXT_2
  473. 1079=        It usually comes with Microsoft's Media Player which can be freely downloaded from the Microsoft's web site. You only need to download it if you want MP3 DECODING support in Waver.
  474.     ;IDC_STATIC_TEXT_3
  475. 1080=        Download and install Microsoft Media Player and restart Waver before use.
  476.     ;IDC_STATIC_TEXT_4
  477. 1081=        Alternatively, you can visit a page on Waver web site dedicated to this problem.
  478.  
  479. [waver - Properties Dialog]
  480. Title=        Edit file properties...
  481.     ;IDC_EFP_MESSAGE
  482. 1058=        Edit properties of %lu selected file(s).
  483.     ;IDC_EFP_LEAVE_ORIGINAL_DIRECTORY
  484. 1050=        Leave original
  485.     ;IDC_EFP_OVERWRITE_SOURCE_FILE
  486. 1051=        Same as source (if file type is the same, file is overwritten)
  487.     ;IDC_EFP_SPECIFY_DESTINATION_DIRECTORY
  488. 1052=        Write files to the destination directory
  489.     ;IDC_EFP_BROWSE_DESTINATION
  490. 1054=        Browse
  491.     ;IDC_STATIC_DESTINATION_DIRECTORY
  492. 1068=        Destination directory:
  493.     ;IDC_EFP_LEAVE_ORIGINAL_FORMAT
  494. 1055=        Leave original
  495.     ;IDC_EFP_SPECIFY_FORMAT
  496. 1056=        Specify format
  497.     ;IDC_EFP_CHOOSE_FORMAT
  498. 1057=        Windows codec
  499.     ;IDC_EFP_CHOOSE_FORMAT_BLADE
  500. 1060=        MP3
  501.     ;IDC_STATIC_CHOOSE_FORMAT
  502. 1070=        Choose format:
  503.     ;IDC_STATIC_DESTINATION_AUDIO_FORMAT
  504. 1069=        Destination audio format:
  505.     ;IDOK
  506. 1=        OK
  507.     ;IDCANCEL
  508. 2=        Cancel
  509.     ;IDC_EFP_ERASE_SOURCE_FILES
  510. 1098=        Erase source file(s)
  511.  
  512. [waver - Properties Tab General Dialog]
  513. Title=        General
  514.     ;IDC_GEN_MINIMIZE
  515. 1100=        &Minimize Waver window on start
  516.     ;IDC_GEN_SWITCH_TO_LOG_WINDOW
  517. 1101=        &Switch to log window on start
  518.     ;IDC_GEN_RESTORE
  519. 1102=        &Restore Waver window on finish
  520.     ;IDC_GEN_BEEP
  521. 1103=        &Beep on finish
  522.     ;IDC_GEN_EXECUTE_COMMAND
  523. 1104=        &Execute command on finish:
  524.     ;IDC_GEN_USE_ALL_PROCESSORS
  525. 1106=        &Use all available processors
  526.     ;IDC_GEN_LEAVE_ALL_RESPONSIVE
  527. 1107=        Always leave ALL processors responsive
  528.     ;IDC_GEN_LEAVE_ONE_RESPONSIVE
  529. 1108=        Always leave ONE processor responsive
  530.     ;IDC_GEN_DONT_CARE_ABOUT_RESPONSIVENESS
  531. 1109=        Don't care about responsiveness
  532.     ;IDC_GEN_PRESERVE_FILETIMES
  533. 1110=        &Preserve file times
  534.     ;IDC_GEN_STRICT_WAV_FORMAT_CHECK
  535. 1111=        S&trict WAV format check
  536.     ;IDC_STATIC_USER_INTERFACE_LANGUAGE
  537. 1088=        User interface language:
  538.     ;IDC_GEN_MINIMIZE_TO_TRAY
  539. 1112=        Minimize Waver window to Tra&y
  540.  
  541. [waver - Properties Tab Logging Dialog]
  542. Title=        Log View
  543.     ;IDC_LOG_ENABLE_LOGGING
  544. 1150=        &Enable logging to file
  545.     ;IDC_STATIC_LOG_FILENAME
  546. 1082=        &Log filename:
  547.     ;IDC_LOG_BROWSE
  548. 1152=        &Browse
  549.     ;IDC_LOG_APPEND_LOG
  550. 1153=        &Append to existing log
  551.     ;IDC_LOG_CLEAR_LOG
  552. 1155=        &Clear before start
  553.     ;IDC_STATIC_LOG_WINDOW
  554. 1083=        Log window
  555.     ;IDC_LOG_USE_COLORS
  556. 1156=        &Use colors
  557.  
  558. [waver - Properties Tab MainView Dialog]
  559. Title=        Main View
  560.     ;IDC_SORT_FILES_INITIALLY
  561. 1056=        S&ort files initially
  562.     ;IDC_ADJUST_COLUMN_WIDTHS
  563. 1057=        &Automatically adjust column widths
  564.     ;IDC_DISPLAY_GRID_LINES
  565. 1114=        Display grid lines
  566.     ;IDC_ALLOW_FULL_ROW_SELECT
  567. 1115=        Allow full row select
  568.  
  569. [waver - Registration Dialog]
  570. Title=        Registration
  571.     ;IDC_STATIC_FIRST_AND_LAST_NAME
  572. 1084=        Enter first and last name:
  573.     ;IDC_STATIC_COUNTRY
  574. 1085=        Enter country:
  575.     ;IDC_STATIC_REGISTRATION_CODE
  576. 1086=        Enter registration code:
  577.     ;IDOK
  578. 1=        REGISTER!
  579.     ;IDCANCEL
  580. 2=        Cancel
  581.     ;IDC_STATIC_DESCRIPTION
  582. 1065=        Please make sure that you use COPY and PASTE when entering the information below. The validity of the data you enter here won't be checked until you restart Waver!
  583.  
  584. [worker - strings]
  585.     ;IDS_ERROR_FAILED_TO_OPEN_FILE
  586. 1001=        Failed to open file: '%s'!
  587.     ;IDS_ERROR_FILE_NOT_RIFF
  588. 1002=        File '%s' is not a RIFF WAVE file!
  589.     ;IDS_ERROR_WAV_FILE_IS_CORRUPT
  590. 1003=        File '%s' is corrupt RIFF WAVE file!
  591.     ;IDS_ERROR_OUT_OF_MEMORY
  592. 1004=        Out of memory while converting file '%s'!
  593.     ;IDS_ERROR_READ_ERROR
  594. 1005=        Read error while converting file '%s'!
  595.     ;IDS_ERROR_SKIPPING_FILE
  596. 1006=        Skipping file '%s'. File is already in the destination format.
  597.     ;IDS_ERROR_NO_ACCEPTABLE_CONVERSION
  598. 1007=        File '%s' cannot be converted! There is no acceptable combination of codecs necessary to perform the operation.
  599.     ;IDS_ERROR_WRITE_ERROR
  600. 1008=        Cannot write to destination file '%s'!
  601.     ;IDS_ERROR_CONVERSION_ERROR
  602. 1009=        Error converting file '%s'!
  603.     ;IDS_ERROR_FILE_IS_CORRUPT
  604. 1010=        File '%s' is neither a WAV nor MP3 file or is simply corrupt!
  605.     ;IDS_ERROR_NO_BLADE_DLL
  606. 1011=        Error: Blade or Lame MP3 encoder DLL is missing!
  607.  
  608. [strings]
  609.     ;IDS_GET_FORMAT_MP3_DECODING_NOT_SUPPORTED
  610. 7001=        [MP3 decoding not supported]
  611.     ;IDS_GET_FORMAT_STEREO
  612. 7002=        stereo
  613.     ;IDS_GET_FORMAT_JOINT_STEREO
  614. 7003=        joint-stereo
  615.     ;IDS_GET_FORMAT_DUAL_CHANNEL
  616. 7004=        dual-channel
  617.     ;IDS_GET_FORMAT_SINGLE_CHANNEL
  618. 7005=        single-channel
  619.     ;IDS_GET_FORMAT_INVALID
  620. 7006=        invalid
  621.     ;IDS_GET_FORMAT_III
  622. 7007=        III
  623.     ;IDS_GET_FORMAT_II
  624. 7008=        II
  625.     ;IDS_GET_FORMAT_I
  626. 7009=        I
  627.     ;IDS_GET_FORMAT_NOT_AVAILABLE
  628. 7010=        N/A
  629.     ;IDS_GET_FORMAT_INVALID_FORMAT
  630. 7011=        Invalid format
  631.     ;IDS_GET_FORMAT_STEREO2
  632. 7012=        Stereo
  633.     ;IDS_GET_FORMAT_MONO
  634. 7013=        Mono
  635.     ;IDS_GET_FORMAT_NORMAL
  636. 7014=        normal
  637.     ;IDS_GET_FORMAT_LOW
  638. 7015=        low
  639.     ;IDS_GET_FORMAT_HIGH
  640. 7016=        high
  641.     ;IDS_GET_FORMAT_VOICE
  642. 7017=        voice
  643.     ;IDS_GET_FORMAT_BLADE_FORMAT_DESCRIPTION
  644. 7018=        LAME MP3%s%dHz %s, %dkbps, quality %s%s
  645.     ;IDS_GET_FORMAT_REAL_MPEG
  646. 7019=        Real MPEG
  647.  
  648. [waver - Splash Dialog]
  649.     ;IDC_STATIC_STATUS
  650. 1100=        Initializing Waver...\nPlease wait!
  651.